home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20041116-20060924 / 000179_robatworkDelete…Words@mail.com_Sun Oct 23 14:21:10 2005.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Path: newsmaster.cc.columbia.edu!newsfeed.nyu.edu!newsfeed.cw.net!news-FFM2.ecrc.de!newscon06.news.prodigy.com!prodigy.net!border1.nntp.dca.giganews.com!nntp.giganews.com!local01.nntp.dca.giganews.com!nntp.pipex.net!news.pipex.net.POSTED!not-for-mail
  2. NNTP-Posting-Date: Thu, 20 Oct 2005 06:55:20 -0500
  3. From: Rob S <robatworkDeleteTheseFourWords@mail.com>
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Is there a tutorial on...tcpip file transfer
  6. Date: Thu, 20 Oct 2005 12:59:04 +0100
  7. Message-ID: <435784e3.14049421@giganews.nildram.co.uk>
  8. X-Newsreader: Forte Agent 2.0/32.652
  9. MIME-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. Lines: 23
  13. NNTP-Posting-Host: 62.3.253.72
  14. X-Trace: sv3-7KKBOPTZuCak+0UPTS6WiEgWSZPbDsW+iGZxOVx4AGfqVri8Tz2kS6jvIhVz7/ckoFRHxq98wiNdhtq!z/ct2Pv0SuxmWljFmncrW6FzOA6EIRXXBNtXjM+/mLy3CC5y9vw7TBF3yvEeVn6yebXPNyym7chK!tWBeQt+W+UA6bEDX
  15. X-Complaints-To: abuse@dsl.pipex.net
  16. X-DMCA-Complaints-To: abuse@dsl.pipex.net
  17. X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers
  18. X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly
  19. X-Postfilter: 1.3.32
  20. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:15422
  21.  
  22. Hi,
  23.  
  24. At the moment we use kermit (95) to transfer files serially and across modem
  25. links. The host is setup like this:
  26. set port COM1
  27. set speed 57600
  28. set block 3
  29. set window 5
  30. set receive packet-length 2000
  31. set transfer interruption on
  32. set file collision overwrite
  33. set flow xon
  34. Server
  35. The remote is setup the same apart from instead of Server, it GETs a file and
  36. SENDs a file.
  37.  
  38. I now want to transfer exactly the same files, only across
  39. ethernet/windows/tcpip networks. What's the simplest way?
  40.  
  41. thanks
  42.  
  43. -Rob
  44. robatwork at mail dot com